|
mruby 4.0.0
mruby is the lightweight implementation of the Ruby language
|

Public Attributes | |
| struct mrb_heap_page * | heaps |
| struct mrb_heap_page * | free_heaps |
| struct mrb_heap_page * | sweeps |
| struct mrb_heap_region * | regions |
| struct RBasic * | gray_stack [1024] |
| size_t | gray_stack_top |
| mrb_bool | gray_overflow:1 |
| size_t | live |
| size_t | live_after_mark |
| mrb_int | gc_debt |
| size_t | oldgen_threshold |
| mrb_gc_state | state |
| int | interval_ratio |
| int | step_ratio |
| int | current_white_part:2 |
| mrb_bool | iterating:1 |
| mrb_bool | disabled:1 |
| mrb_bool | generational:1 |
| mrb_bool | full:1 |
| mrb_bool | out_of_memory:1 |
| size_t | step_limit |
| size_t | malloc_increase |
| size_t | malloc_threshold |
| struct RBasic ** | arena |
| int | arena_capa |
| int | arena_idx |